home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_35 / PlaceObject2_25_119 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-04-25  |  201b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    _X = _root._xmouse;
  3.    _Y = _root._ymouse;
  4.    if(_X > 0 && _X < 700 && _Y > 0 && _Y < 550)
  5.    {
  6.       Mouse.hide();
  7.    }
  8.    else
  9.    {
  10.       Mouse.show();
  11.    }
  12. }
  13.